Function REALIZE_FILTER

Package

filters

Short description

Provides a Fourier representation of a filter

Usage

    filter_f = REALIZE_FILTER(filter, N)

Input

    filter (struct): The filter structure, usually from 
       filters{m}.psi.filter{k} or filters{m}.phi.filter.
    N (int, optional): The signal size for which the filters should be defin-
       ed (default the maximum size allowed by the filter).

Output

    filter_f (numeric): The Fourier transform of the filter for signal size 
       N.

Description

See also

List of all packages